Uses of Class
edu.claflin.finder.logic.ConditionedGraph
-
Packages that use ConditionedGraph Package Description edu.claflin.finder.logic Contains the data structure and processing code-base. -
-
Uses of ConditionedGraph in edu.claflin.finder.logic
Methods in edu.claflin.finder.logic that return ConditionedGraph Modifier and Type Method Description private ConditionedGraphConditionedGraph. conditionOther(Graph graph)Private method used for copying the ConditionedGraph.ConditionedGraphConditionedGraph. copy()Copies this Graph object using the getSubGraph() method.ConditionedGraphConditionedGraph. uniqueCopy()Copies this Graph producing a unique copy in which there is no entanglement between the two Graph objects.
-